Skip to content

Commit

Permalink
set to version 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
swiesend committed Jan 2, 2019
1 parent 880d425 commit 70ffb1e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased][unreleased]

## [0.3.1][0.3.1] - 2019-01-01
### Changed
* created new wheel for pypi

## [0.3.0][0.3.0] - 2019-01-01
### Changed
* set minimum requirement for to `passlib>=1.7.0`
Expand Down Expand Up @@ -53,6 +57,7 @@ new modules:
type - type conversion utilities

[unreleased]: https://github.com/tocoli/tocolib/tree/master
[0.3.1]: https://github.com/tocoli/tocolib/tree/0.3.0
[0.3.0]: https://github.com/tocoli/tocolib/tree/0.3.0
[0.2.5]: https://github.com/tocoli/tocolib/tree/0.2.5
[0.2.4]: https://github.com/tocoli/tocolib/tree/0.2.4
Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@
# built documents.
#
# The short X.Y version.
version = '0.3.0'
version = '0.3.1'
# The full version, including alpha/beta/rc tags.
release = '0.3.0'
release = '0.3.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# Versions should comply with PEP440. For a discussion on single-sourcing
# the version across setup.py and the project code, see
# https://packaging.python.org/en/latest/single_source_version.html
version='0.3.0',
version='0.3.1',

description='A utility library',
long_description=long_description,
Expand Down

0 comments on commit 70ffb1e

Please sign in to comment.