Skip to content

Commit

Permalink
Prepare 0.11.4
Browse files Browse the repository at this point in the history
  • Loading branch information
barseghyanartur committed Dec 11, 2019
1 parent 451cec4 commit d9b80a8
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Expand Up @@ -15,6 +15,13 @@ are used for versioning (schema follows below):
0.3.4 to 0.4).
- All backwards incompatible changes are mentioned in this document.

0.11.4
------
2019-12-12

- Changed order of the releases (Python 3.6 and up come first, then Python 3.5).
- Make all distributions except Python 3.5 universal.

0.11.3
------
2019-12-12
Expand Down
7 changes: 7 additions & 0 deletions docs/changelog.rst
Expand Up @@ -15,6 +15,13 @@ are used for versioning (schema follows below):
0.3.4 to 0.4).
- All backwards incompatible changes are mentioned in this document.

0.11.4
------
2019-12-12

- Changed order of the releases (Python 3.6 and up come first, then Python 3.5).
- Make all distributions except Python 3.5 universal.

0.11.3
------
2019-12-12
Expand Down
2 changes: 1 addition & 1 deletion scripts/make_all_releases.sh
@@ -1,3 +1,3 @@
#!/usr/bin/env bash
./scripts/make_release_py35.sh
./scripts/make_release.sh
./scripts/make_release_py35.sh
2 changes: 1 addition & 1 deletion scripts/prepare_build.sh
@@ -1,4 +1,4 @@
#!/usr/bin/env bash
./scripts/uninstall.sh
./scripts/clean_up.sh
python setup.py sdist bdist_wheel
python setup.py sdist bdist_wheel --universal
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -7,7 +7,7 @@
except:
readme = ''

version = '0.11.3'
version = '0.11.4'

py_requires = ">=3.6, <4"
py_classifiers = [
Expand Down
2 changes: 1 addition & 1 deletion src/tld/__init__.py
Expand Up @@ -9,7 +9,7 @@
)

__title__ = 'tld'
__version__ = '0.11.3'
__version__ = '0.11.4'
__author__ = 'Artur Barseghyan'
__copyright__ = '2013-2019 Artur Barseghyan'
__license__ = 'MPL-1.1 OR GPL-2.0-only OR LGPL-2.0-or-later'
Expand Down

0 comments on commit d9b80a8

Please sign in to comment.