Skip to content

Commit

Permalink
Merge pull request #71 from MassimoCimmino/issue70_v112
Browse files Browse the repository at this point in the history
Issue70 v112
  • Loading branch information
MassimoCimmino authored Jan 22, 2021
2 parents f89e299 + b1afeea commit 584754b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Current version

## Version 1.1.2 (2021-01-21)

### New features

* [Issue 47](https://github.com/MassimoCimmino/pygfunction/issues/47) - Added verification of the validity of pipe geometry to pipe classes. Extended visualization of the borehole cross-section.
Expand Down
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
# The short X.Y version.
version = u'1.1'
# The full version, including alpha/beta/rc tags.
release = u'1.1.1'
release = u'1.1.2'

# 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.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def read(fname):

setup(
name="pygfunction",
version="1.1.1",
version="1.1.2",
packages=['pygfunction',
'pygfunction/examples'],
include_package_data=True,
Expand Down

0 comments on commit 584754b

Please sign in to comment.