Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
logilab-common
Commits
3bf27f143458
Commit
3cb912cf
authored
Nov 23, 2021
by
François Ferry
Browse files
chore(pkg): new patch release (1.8.2)
parent
c3cc9626f594
Pipeline
#95573
failed with stages
in 2 minutes and 17 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
0 → 100644
View file @
3bf27f14
## Version 1.8.2 (2021-11-23)
### 🎉 New features
-
configuration: better error message
### 👷 Bug fixes
-
rql repo has been moved
-
some tests got broken by autopep8 I think
-
ux: list all available validator when one isn't matched
### 🤖 Continuous integration
-
add black check
-
add test on python3.8
-
use gitlab-ci-templates
\ No newline at end of file
MANIFEST.in
View file @
3bf27f14
...
...
@@ -21,3 +21,4 @@ exclude .hgrc
exclude .gitlab-ci.yml
exclude .yamllint
exclude .cube-doctor.yml
exclude CHANGELOG.md
__pkginfo__.py
View file @
3bf27f14
...
...
@@ -28,7 +28,7 @@ modname = "common"
subpackage_of
=
"logilab"
subpackage_master
=
True
numversion
=
(
1
,
8
,
1
)
numversion
=
(
1
,
8
,
2
)
version
=
"."
.
join
([
str
(
num
)
for
num
in
numversion
])
license
=
"LGPL"
# 2.1 or later
...
...
François Ferry
@fferry
mentioned in commit
268e41d4d11f
·
Nov 23, 2021
mentioned in commit
268e41d4d11f
mentioned in commit cfc7f9b1115c6421252b5d5a3b0ba40dd24307ab
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment