diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fa9b59f..38be8e63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ We [keep a changelog.](http://keepachangelog.com/) -## 1.11.2 +## 1.11.2 - 2023-04-10 ### Added @@ -18,9 +18,9 @@ We [keep a changelog.](http://keepachangelog.com/) ### Tickets closed -* [AC-149](https://anaconda.atlassian.net/browse/AC-149) - Add option to use package metadata on upload -* [AC-150](https://anaconda.atlassian.net/browse/AC-150) - Fix upload of large files -* [AS-758](https://anaconda.atlassian.net/browse/AS-758) - Anaconda client doesn't allow pypi whl to use conda package names +* AC-149 - Add option to use package metadata on upload +* AC-150 - Fix upload of large files +* AS-758 - Anaconda client doesn't allow pypi whl to use conda package names ### Pull requests merged @@ -42,8 +42,8 @@ We [keep a changelog.](http://keepachangelog.com/) ### Tickets closed -* [AC-137](https://anaconda.atlassian.net/browse/AC-137) - Refresh linting config -* [AC-148](https://anaconda.atlassian.net/browse/AC-148) - [QA] Traceback appears on viewing the metadata of a file +* AC-137 - Refresh linting config +* AC-148 - [QA] Traceback appears on viewing the metadata of a file ### Pull requests merged diff --git a/binstar_client/__about__.py b/binstar_client/__about__.py index 8635b31c..19e4ceca 100644 --- a/binstar_client/__about__.py +++ b/binstar_client/__about__.py @@ -4,4 +4,4 @@ __all__ = ['__version__'] -__version__ = '1.11.2rc1' +__version__ = '1.11.2'