Skip to content

Commit

Permalink
Bump version and license date
Browse files Browse the repository at this point in the history
  • Loading branch information
wigging committed Aug 26, 2022
1 parent 423b2e9 commit 9339325
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

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.

## 22.8

#### Fixed

- Fix CAS numbers for cp liquid organic
- Fix CAS number for cp liquid inorganic
- Fix CAS numbers for cp gas organic
- Fix CAS numbers in cp gas inorganic

#### Changed

- Use dictionary for Umf coefficients

## 21.10

#### Added
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2021 Chemics
Copyright (c) 2022 Chemics

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
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.10',
version='22.8',
author='Gavin Wiggins',
description='A Python package for chemical reactor engineering',
long_description=long_description,
Expand Down

0 comments on commit 9339325

Please sign in to comment.