Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
repos
generated-data-platform
Differential Privacy
Commits
fa0a36a6
Commit
fa0a36a6
authored
Sep 23, 2022
by
Gmodena
Browse files
Release version 0.4.0
parent
72a86789
Pipeline
#6290
passed with stages
in 9 minutes and 54 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.bumpversion.cfg
View file @
fa0a36a6
[bumpversion]
current_version = 0.4.0
.dev
current_version = 0.4.0
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z0-9]+))?
serialize =
{major}.{minor}.{patch}.{release}
...
...
@@ -11,9 +11,6 @@ values =
dev
unused
# Files in which to bump versions are configured below.
# This can be changed to suit your project.
# This example works with python setup.cfg file.
[bumpversion:file:setup.cfg]
search = version = {current_version}
replace = version = {new_version}
setup.cfg
View file @
fa0a36a6
...
...
@@ -3,7 +3,7 @@
[metadata]
name = differential_privacy
# Do not modify version manually. Use bump2version instead.
version = 0.4.0
.dev
version = 0.4.0
author = Wikimedia Foundation Privacy team
description = Spark pipelines for differential privacy
long_description = file: README.md
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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