Skip to content

Commit

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

### 1.1.3 (Oct 23 2023)
Bugfix release
* slip and dilatation tendency methods added to stress
* proj alias of project for FeatureSet added

### 1.1.2 (Oct 09 2023)
* added title_kws argument for plotting routines

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.2"
release = "1.1.3"

# 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.2
current_version = 1.1.3
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.2",
version="1.1.3",
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.2"
__version__ = "1.1.3"
__author__ = "Ondrej Lexa"
__email__ = "[email protected]"

0 comments on commit f2146c1

Please sign in to comment.