From c7805163a9649580531aab54a03255d7c3c65272 Mon Sep 17 00:00:00 2001 From: Antti Kaihola <13725+akaihola@users.noreply.github.com> Date: Mon, 22 Apr 2024 17:11:02 +0300 Subject: [PATCH] Bump to version 1.1.0 --- CHANGES.rst | 21 +++++++++++++++------ README.rst | 4 ++-- pgtricks/version.py | 2 +- 3 files changed, 18 insertions(+), 9 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 6c8946f..ad6f35f 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -5,10 +5,17 @@ These features will be included in the next release: Added ----- -- Builds for Python 3.10, 3.11 and 3.12. -Removed -------- +Fixed +----- + + +1.1.0_ - 2024-04-24 +=================== + +Added +----- +- Builds for Python 3.10, 3.11 and 3.12. Fixed ----- @@ -22,7 +29,6 @@ Fixed Added ----- - - Type hints - Contributors list - Install instructions in the README file @@ -36,7 +42,10 @@ Added Added ----- +<<<<<<< HEAD +======= +>>>>>>> 70fc10c (Bump to version 1.1.0) - Document ``pg_incremental_backup.py`` in the README file @@ -45,7 +54,6 @@ Added Added ----- - - The ``pg_incremental_backup.py`` script with remote repository URL as an optional command line argument - The New (3-clause) BSD license @@ -53,7 +61,8 @@ Added - ``pg_dump_splitsort.py`` for sorting and splitting ``pg_dump`` output -.. _Unreleased: https://github.com/akaihola/pgtricks/compare/1.0.0...HEAD +.. _Unreleased: https://github.com/akaihola/pgtricks/compare/1.1.0...HEAD +.. _1.1.0: https://github.com/akaihola/pgtricks/compare/1.0.0...1.1.0 .. _1.0.0: https://github.com/akaihola/pgtricks/compare/0.9.1...1.0.0 .. _0.9.1: https://github.com/akaihola/pgtricks/compare/0.9...0.9.1 .. _0.9: https://github.com/akaihola/pgtricks/compare/46e4cdb...0.9 diff --git a/README.rst b/README.rst index 601e9b0..5507d58 100644 --- a/README.rst +++ b/README.rst @@ -22,9 +22,9 @@ .. |changelog-badge| image:: https://img.shields.io/badge/-change%20log-purple :alt: Change log :target: https://github.com/akaihola/pgtricks/blob/master/CHANGES.rst -.. |next-milestone| image:: https://img.shields.io/github/milestones/progress/akaihola/pgtricks/1?color=red&label=release%201.0.1 +.. |next-milestone| image:: https://img.shields.io/github/milestones/progress/akaihola/pgtricks/3?color=red&label=release%202.0.0 :alt: Next milestone - :target: https://github.com/akaihola/pgtricks/milestone/1 + :target: https://github.com/akaihola/pgtricks/milestone/3 This package contains two tools for backing up PostgreSQL database dumps. diff --git a/pgtricks/version.py b/pgtricks/version.py index 14f559f..e10c619 100644 --- a/pgtricks/version.py +++ b/pgtricks/version.py @@ -1,3 +1,3 @@ """The version number for Pgtricks is governed by this file.""" -__version__ = "1.0.0" +__version__ = "1.1.0"