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
hps-public
xenv
Commits
ac736279
Commit
ac736279
authored
Mar 18, 2022
by
Benedikt Steinbusch
Browse files
bump version to 1.2
parent
1bb09cc8
Pipeline
#95501
passed with stage
in 18 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
ac736279
VERSION
=
1
PATCHLEVEL
=
1
PATCHLEVEL
=
2
tar
:
/usr/bin/env python tar.py xenv
$(VERSION)
.
$(PATCHLEVEL)
setup.py
View file @
ac736279
...
...
@@ -3,7 +3,7 @@ from setuptools import setup
setup
(
name
=
"xenv"
,
version
=
"1.
1
"
,
version
=
"1.
2
"
,
packages
=
[
"xenv"
],
entry_points
=
{
"console_scripts"
:
[
...
...
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