Skip to content

Commit

Permalink
#14 bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
corydodt committed Jul 23, 2019
1 parent a644332 commit 965c093
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,11 @@ Make sure to:

- Update codado/_version.py
- Update the Change Log below
- **Commit the changes to the above files**
- Add and push a tag for the new release

```
$ python setup.py sdist bdist_wheel
$ python3 setup.py sdist bdist_wheel && python2 setup.py bdist_wheel
$ twine upload dist/*
```

Expand All @@ -39,8 +40,9 @@ For point releases: Make sure there is a series-0.x branch in github, and branch
## Change Log


### [0.7.2] - 2019.07.23
#### Fixed:
- stop overspecifying python-dateutil to allow dependents to install more easily
- stop overspecifying python-dateutil to allow dependents to install more easily

### [0.7.0] - 2019.07.03
#### Removed:
Expand Down Expand Up @@ -87,6 +89,7 @@ For point releases: Make sure there is a series-0.x branch in github, and branch
- 0.4: Initial public usable release

[Crosscap]: https://github.com/corydodt/Crosscap
[0.7.2]: https://github.com/corydodt/Codado/compare/release-0.7.0...release-0.7.2
[0.7.0]: https://github.com/corydodt/Codado/compare/release-0.6.1...release-0.7.0
[0.6.1]: https://github.com/corydodt/Codado/compare/release-0.5.2...release-0.6.1
[0.5.2]: https://github.com/corydodt/Codado/compare/release-0.5.1...release-0.5.2
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from setuptools import setup


__version__ = '0.7.0'
__version__ = '0.7.2'


cfg = dict(
Expand Down

0 comments on commit 965c093

Please sign in to comment.