Skip to content

Commit

Permalink
Prepare a release
Browse files Browse the repository at this point in the history
  • Loading branch information
wichert committed Jul 9, 2020
1 parent f9328d4 commit b79dbee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Insert version number
run: |
version=$(echo $GITHUB_REF | cut -d/ -f3)
sed -ie "/^version/s/=.*/= $version/" setup.cfg
sed -ie "/version/s/=.*/='$version',/" setup.py
- name: Build a binary wheel and a source tarball
run: python setup.py sdist bdist_wheel
Expand Down
5 changes: 3 additions & 2 deletions changes.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
translationstring
=================

1.4 (unreleased)
1.4 (2020-07-09)
----------------

- Drop support for Python 2.6 and 3.2
- Drop support for Python 2.6, 3.2 and 3.
- Update license classifiers


1.3 (2014-11-05)
Expand Down

0 comments on commit b79dbee

Please sign in to comment.