Skip to content

Commit

Permalink
🔖 Release v1.3.2 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
RealA10N committed Jun 26, 2021
1 parent b9470b9 commit eb2c477
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,10 +126,10 @@ If you are planning to use _validit_ as a dependency for your project,
we highly recommend specifying the exact version of the module you are using
in the `requirements.txt` file or `setup.py` scripts.

For example, to pinpoint version _v1.3.1_ use the following line in your
For example, to pinpoint version _v1.3.2_ use the following line in your
`requirements.txt` file:

```yaml
validit==1.3.1
validit[yaml]==1.3.1 # If using extra file formats
validit==1.3.2
validit[yaml]==1.3.2 # If using extra file formats
```
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def load_readme():
setup(
name='validit',
description='Easily define and validate configuration file structures 📂🍒',
version='1.3.1',
version='1.3.2',
author='RealA10N',
author_email='[email protected]',
long_description=load_readme(),
Expand Down
2 changes: 1 addition & 1 deletion validit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@
'ValidateFromTOML',
]

__version__ = '1.3.1'
__version__ = '1.3.2'
__author__ = 'Alon Krymgand Osovsky'

0 comments on commit eb2c477

Please sign in to comment.