forked from Github-Mirrors/canaille
Bumped to 0.0.7
This commit is contained in:
parent
a446915f1b
commit
093cee8946
2 changed files with 10 additions and 2 deletions
|
@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file.
|
|||
The format is based on `Keep a Changelog <https://keepachangelog.com/en/1.0.0/>`_,
|
||||
and this project adheres to `Semantic Versioning <https://semver.org/spec/v2.0.0.html>`_.
|
||||
|
||||
[0.0.7] - 2022-03-15
|
||||
====================
|
||||
|
||||
Fixed
|
||||
*****
|
||||
|
||||
- Fixed spaces and escaped special char in ldap cn/dn :pr:`43`
|
||||
|
||||
|
||||
[0.0.6] - 2022-03-08
|
||||
====================
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[metadata]
|
||||
name = Canaille
|
||||
version = 0.0.6
|
||||
version = 0.0.7
|
||||
url = https://gitlab.com/yaal/canaille
|
||||
project_urls =
|
||||
Code = https://gitlab.com/yaal/canaille
|
||||
|
@ -36,7 +36,6 @@ install_requires =
|
|||
sentry-sdk[flask]
|
||||
toml
|
||||
wtforms
|
||||
dataclasses;python_version<'3.7'
|
||||
|
||||
[options.packages.find]
|
||||
exclude =
|
||||
|
|
Loading…
Reference in a new issue