Skip to content

Commit

Permalink
Bump version number and release notes for v0.1.3 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
freakboy3742 committed May 25, 2020
1 parent 8681cc7 commit b23dbdb
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 8 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@ Changelog

.. towncrier release notes start
0.1.3 (2020-05-25)
------------------

Features
^^^^^^^^

* Introduced some constants used by Pack that have more general uses. (`#5 <https://github.com/beeware/travertino/issues/5>`_)
* Added the ability to add, insert and remove children from a node tree. (`#10 <https://github.com/beeware/travertino/issues/10>`_)
* Added color validation in rgba and hsla constructors (`#17 <https://github.com/beeware/travertino/issues/17>`_)
* Added support for declaring a system default font size. (`#19 <https://github.com/beeware/travertino/issues/19>`_)

Misc
^^^^

* `#15 <https://github.com/beeware/travertino/issues/15>`_, `#16 <https://github.com/beeware/travertino/issues/16>`_


0.1.2
-----
* Added constants for system and message fonts
Expand Down
1 change: 0 additions & 1 deletion changes/10.feature.rst

This file was deleted.

1 change: 0 additions & 1 deletion changes/15.misc.rst

This file was deleted.

1 change: 0 additions & 1 deletion changes/16.misc.rst

This file was deleted.

1 change: 0 additions & 1 deletion changes/17.feature.rst

This file was deleted.

1 change: 0 additions & 1 deletion changes/19.feature.rst

This file was deleted.

1 change: 0 additions & 1 deletion changes/5.feature.rst

This file was deleted.

3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@ classifiers=
License :: OSI Approved :: BSD License
Operating System :: OS Independent
Programming Language :: Python :: 3
Programming Language :: Python :: 3.4
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3 :: Only
Topic :: Software Development
Topic :: Software Development :: User Interfaces
Expand Down
2 changes: 1 addition & 1 deletion src/travertino/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
# __version__ = '1.2.3' # Final Release
# __version__ = '1.2.3.post1' # Post Release 1

__version__ = '0.1.3.dev1'
__version__ = '0.1.3'

0 comments on commit b23dbdb

Please sign in to comment.