Skip to content

Commit

Permalink
Bump version to 21.5
Browse files Browse the repository at this point in the history
  • Loading branch information
wigging committed May 9, 2021
1 parent 50f67fb commit 2402df0
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,17 @@

Version numbers use calendar versioning based on `YY.MM.MICRO`. See the [CalVer](https://calver.org) website for more information about this versioning convention. The format of this changelog follows the approach outlined on the [Keep a Changelog](https://keepachangelog.com) website.

## version
## 21.5

here
#### Added

- Mass transfer correlations
- Peclet (Pe), Schmidt (Sc), and Sherwood (Sh) dimensionless numbers
- Function to calculate pressure drop using Ergun equation

#### Changed

- Updated contributing guidelines

## v21.4

Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
author = 'Gavin Wiggins'

# The short X.Y version
version = '21.4'
version = '21.5'

# The full version, including alpha/beta/rc tags
release = '21.4'
release = '21.5'


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

setuptools.setup(
name='chemics',
version='21.4',
version='21.5',
author='Gavin Wiggins',
description='A Python package for chemical reactor engineering',
long_description=long_description,
Expand Down

0 comments on commit 2402df0

Please sign in to comment.