Skip to content

Commit

Permalink
Update changelog, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
PH-KDX committed Mar 27, 2023
1 parent c1ac326 commit 2d2dc07
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
--------------------

0.7.2
^^^^^^^^^^^^^^^^^^^^
This fixes a bug in the core API interface where HTTP headers were being passed into
requests as parameters.

0.7.1
^^^^^^^^^^^^^^^^^^^^
This is a minor update, which adds support for Python 3.11 and moves the package configuration
Expand Down
2 changes: 1 addition & 1 deletion src/flightplandb/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@


# Version of the flightplandb package
__version__ = "0.7.1"
__version__ = "0.7.2"

from . import (
internal, exceptions, datatypes,
Expand Down

0 comments on commit 2d2dc07

Please sign in to comment.