From ffa3e28a3df7a6fcbcc8fca8c5c36143367cb9f4 Mon Sep 17 00:00:00 2001 From: Iacopo Spalletti Date: Sun, 23 Apr 2023 22:52:07 +0200 Subject: [PATCH] Release 1.1.0 --- .bumpversion.cfg | 20 ++++++++++---------- HISTORY.rst | 29 +++++++++++++++++++++++++++++ changes/103.feature | 1 - changes/105.bugfix | 1 - changes/114.bugfix | 1 - changes/116.bugfix | 1 - changes/117.bugfix | 1 - changes/124.feature | 1 - changes/58.doc | 1 - changes/59.feature | 1 - changes/97.bugfix | 1 - debian/changelog | 38 ++++++++++++++++++++++++++++++++++++++ taiga/__init__.py | 2 +- 13 files changed, 78 insertions(+), 20 deletions(-) delete mode 100644 changes/103.feature delete mode 100644 changes/105.bugfix delete mode 100644 changes/114.bugfix delete mode 100644 changes/116.bugfix delete mode 100644 changes/117.bugfix delete mode 100644 changes/124.feature delete mode 100644 changes/58.doc delete mode 100644 changes/59.feature delete mode 100644 changes/97.bugfix diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 6594ccf..628d3b2 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,9 +1,9 @@ [bumpversion] -current_version = 0.9.2 +current_version = 1.1.0 parse = (?P\d+)\.(?P\d+)\.(?P\d+)(\.?)(?P[a-z]*)(?P\d*) -serialize = - {major}.{minor}.{patch}.{release}{relver} - {major}.{minor}.{patch} +serialize = + {major}.{minor}.{patch}.{release}{relver} + {major}.{minor}.{patch} commit = True tag = True sign_tags = True @@ -12,11 +12,11 @@ message = Release {new_version} [bumpversion:part:release] optional_value = gamma -values = - dev - a - b - rc - gamma +values = + dev + a + b + rc + gamma [bumpversion:file:taiga/__init__.py] diff --git a/HISTORY.rst b/HISTORY.rst index b8ea859..2745f0e 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -4,6 +4,35 @@ History ********* +.. towncrier release notes start + +1.1.0 (2023-04-23) +================== + +Features +-------- + +- Update tooling, drop Python 2 (#59) +- Implement list_epic_attributes() (#103) +- Update packaging - python versions (#124) + + +Bugfixes +-------- + +- Update HistoryItem methods signatures (#97) +- Improve models documentation (#105) +- Add refresh token support to tests/resources/auth_users_success.json (#114) +- Fix pagination (#116) +- Update linting tools and fix code style (#117) + + +Improved Documentation +---------------------- + +- Improve documentation (#58) + + 1.0.0 (2019-08-08) ================== diff --git a/changes/103.feature b/changes/103.feature deleted file mode 100644 index 06c3ccb..0000000 --- a/changes/103.feature +++ /dev/null @@ -1 +0,0 @@ -Implement list_epic_attributes() diff --git a/changes/105.bugfix b/changes/105.bugfix deleted file mode 100644 index 18b73e2..0000000 --- a/changes/105.bugfix +++ /dev/null @@ -1 +0,0 @@ -Improve models documentation diff --git a/changes/114.bugfix b/changes/114.bugfix deleted file mode 100644 index 1c2d60e..0000000 --- a/changes/114.bugfix +++ /dev/null @@ -1 +0,0 @@ -Add refresh token support to tests/resources/auth_users_success.json diff --git a/changes/116.bugfix b/changes/116.bugfix deleted file mode 100644 index c6aaede..0000000 --- a/changes/116.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix pagination diff --git a/changes/117.bugfix b/changes/117.bugfix deleted file mode 100644 index d652413..0000000 --- a/changes/117.bugfix +++ /dev/null @@ -1 +0,0 @@ -Update linting tools and fix code style diff --git a/changes/124.feature b/changes/124.feature deleted file mode 100644 index 2f518da..0000000 --- a/changes/124.feature +++ /dev/null @@ -1 +0,0 @@ -Update packaging - python versions diff --git a/changes/58.doc b/changes/58.doc deleted file mode 100644 index 67a3d89..0000000 --- a/changes/58.doc +++ /dev/null @@ -1 +0,0 @@ -Improve documentation diff --git a/changes/59.feature b/changes/59.feature deleted file mode 100644 index 3d3cebd..0000000 --- a/changes/59.feature +++ /dev/null @@ -1 +0,0 @@ -Update tooling, drop Python 2 diff --git a/changes/97.bugfix b/changes/97.bugfix deleted file mode 100644 index 03f1ab0..0000000 --- a/changes/97.bugfix +++ /dev/null @@ -1 +0,0 @@ -Update HistoryItem methods signatures diff --git a/debian/changelog b/debian/changelog index a9d95a6..c0af7ec 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,41 @@ +python-taiga (1.1.0-1) UNRELEASED; urgency=low + + * Update tooling, drop Python 2 (#59). + * Implement list_epic_attributes() (#103). + * Update packaging - python versions (#124). + * Update HistoryItem methods signatures (#97). + * Improve models documentation (#105). + * Add refresh token support to tests/resources/auth_users_success.json (#114)l + * Fix pagination (#116). + * Update linting tools and fix code style (#117). + * Improve documentation (#58). + + --Iacopo Spalletti Sun, 23 Apr 2023 23:21:18 +0200 + +python-taiga (1.0.0-1) UNRELEASED; urgency=low + + * Add support for python 3.7 + * Add support for epics + * Add support for additional attributes from Taiga 3.2/3.3 + * Improve models + * Improve pagination support + * Fix and enforce code style + + --Iacopo Spalletti Thu, 08 Aug 2019 23:21:18 +0200 + +python-taiga (0.9.0-1) UNRELEASED; urgency=low + + * Add support for multiple authentication backends. + * Add support for self-signed and not verified SSL certificates. + * Add support for webhooks. + * Add pagination support for lists. + * Add debian packaging. + * Avoid installing tests as a separate module. + * Move documentation to readthedocs. + * Add support for Python 3.5/3.6. + + --Iacopo Spalletti Wed, 31 Jan 2018 23:21:18 +0100 + python-taiga (0.8.6-1) UNRELEASED; urgency=low * Initial release. diff --git a/taiga/__init__.py b/taiga/__init__.py index f3f7f5d..2e67f12 100644 --- a/taiga/__init__.py +++ b/taiga/__init__.py @@ -5,7 +5,7 @@ """ Taiga Python API library """ -__version__ = "1.0.0" +__version__ = "1.1.0" __author__ = "Nephila" __license__ = "MIT" __all__ = ["TaigaAPI"]