Skip to content

Commit

Permalink
Update license date and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
wigging committed Jan 1, 2023
1 parent c4355ef commit 78640e4
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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.

## 23.1

#### Changed

- Updated gas viscosity function for better use of the CAS number

## 22.10

#### Removed
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) 2022 Chemics
Copyright (c) 2023 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
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@
# -- Project information -----------------------------------------------------

project = 'Chemics'
copyright = '2022, Gavin Wiggins'
copyright = '2023, Gavin Wiggins'
author = 'Gavin Wiggins'

# The short X.Y version
version = '22.10'
version = '23.1'

# The full version, including alpha/beta/rc tags
release = '22.10'
release = '23.1'


# -- 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='22.10',
version='23.1',
author='Gavin Wiggins',
description='A Python package for chemical engineering',
long_description=long_description,
Expand Down

0 comments on commit 78640e4

Please sign in to comment.