Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
setuptools_dso
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
setuptools_dso
Commits
38dc5da0
Commit
38dc5da0
authored
Jan 07, 2022
by
Michael Davidsaver
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2.5
parent
a29e5de9
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
documentation/releasenotes.rst
documentation/releasenotes.rst
+5
-1
setup.py
setup.py
+1
-1
No files found.
documentation/releasenotes.rst
View file @
38dc5da0
...
...
@@ -5,10 +5,14 @@ Release Notes
.. currentmodule:: setuptools_dso
2.
5
(UNRELEASED)
2.
6
(UNRELEASED)
----------------
2.5 (Jan 2022)
--------------
* Add :py:attr:`ProbeToolchain.info` and :py:class:`probe.ToolchainInfo` for :ref:`probe_classify`.
* Add :py:meth:`ProbeToolchain.eval_macros`
2.4 (Oct 2021)
--------------
...
...
setup.py
View file @
38dc5da0
...
...
@@ -10,7 +10,7 @@ with open('README.md', 'r') as F:
setup
(
name
=
'setuptools_dso'
,
version
=
"2.
4
"
,
version
=
"2.
5
"
,
description
=
"setuptools extension to build non-python shared libraries"
,
long_description
=
long_description
,
long_description_content_type
=
'text/markdown'
,
...
...
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