Skip to content

Commit

Permalink
bugfix release
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrolexa committed Oct 6, 2023
1 parent b1f9afd commit c2a5cb1
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changes

### 1.1.1 (Oct 06 2023)
* sigma estimate contour fix

## 1.1.0 (Oct 04 2023)
APSG offers convenient pandas integration via pandas accessors.

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
# The short X.Y version.
version = "1.1"
# The full version, including alpha/beta/rc tags.
release = "1.1.0"
release = "1.1.1"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.1.0
current_version = 1.1.1
commit = False
tag = False

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

setup(
name="apsg",
version="1.1.0",
version="1.1.1",
description="APSG - The package for structural geologists",
long_description=readme + "\n\n" + history,
long_description_content_type="text/markdown",
Expand Down
2 changes: 1 addition & 1 deletion src/apsg/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,6 @@
"quicknet",
)

__version__ = "1.1.0"
__version__ = "1.1.1"
__author__ = "Ondrej Lexa"
__email__ = "[email protected]"

0 comments on commit c2a5cb1

Please sign in to comment.