Skip to content

Commit

Permalink
Merge pull request #28 from akaihola/release-1.1.0
Browse files Browse the repository at this point in the history
Release 1.1.0
  • Loading branch information
akaihola authored Apr 24, 2024
2 parents 52580a1 + c780516 commit 3650037
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 9 deletions.
21 changes: 15 additions & 6 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
-----
Expand All @@ -22,7 +29,6 @@ Fixed

Added
-----

- Type hints
- Contributors list
- Install instructions in the README file
Expand All @@ -36,7 +42,10 @@ Added

Added
-----
<<<<<<< HEAD

=======
>>>>>>> 70fc10c (Bump to version 1.1.0)
- Document ``pg_incremental_backup.py`` in the README file


Expand All @@ -45,15 +54,15 @@ Added

Added
-----

- The ``pg_incremental_backup.py`` script with remote repository URL as an optional
command line argument
- The New (3-clause) BSD license
- Unit tests, a ``setup.py`` script and a README file with a usage example
- ``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
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion pgtricks/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""The version number for Pgtricks is governed by this file."""

__version__ = "1.0.0"
__version__ = "1.1.0"

0 comments on commit 3650037

Please sign in to comment.