Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
snakehouse
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
public
snakehouse
Commits
2d61a182
Commit
2d61a182
authored
5 years ago
by
Piotr Maślanka
Browse files
Options
Downloads
Patches
Plain Diff
1.0.2
parent
4e5c0131
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
CHANGELOG.md
+2
-1
2 additions, 1 deletion
CHANGELOG.md
MANIFEST.in
+1
-0
1 addition, 0 deletions
MANIFEST.in
requirements.txt
+2
-0
2 additions, 0 deletions
requirements.txt
snakehouse/__init__.py
+1
-1
1 addition, 1 deletion
snakehouse/__init__.py
with
6 additions
and
2 deletions
CHANGELOG.md
+
2
−
1
View file @
2d61a182
# v1.0.2
# v1.0.2
*
_TBA_
*
got rid of some C compiler warnings
*
module will now use mako to render the files
# v1.0.1
# v1.0.1
...
...
This diff is collapsed.
Click to expand it.
MANIFEST.in
+
1
−
0
View file @
2d61a182
...
@@ -2,3 +2,4 @@ include LICENSE
...
@@ -2,3 +2,4 @@ include LICENSE
include README.md
include README.md
include CONTRIBUTORS.md
include CONTRIBUTORS.md
include snakehouse/templates/*.mako
include snakehouse/templates/*.mako
include requirements.txt
This diff is collapsed.
Click to expand it.
requirements.txt
0 → 100644
+
2
−
0
View file @
2d61a182
Cython
mako
This diff is collapsed.
Click to expand it.
snakehouse/__init__.py
+
1
−
1
View file @
2d61a182
from
.build
import
build
from
.build
import
build
from
.multibuild
import
Multibuild
from
.multibuild
import
Multibuild
__version__
=
'
1.0.2
a1
'
__version__
=
'
1.0.2
'
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment