Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
j2static
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
4
Issues
4
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open-source
j2static
Commits
88b06fa3
Commit
88b06fa3
authored
Jul 02, 2018
by
Joseph Walton-Rivers
🖥
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
version bump for v0.2.2
parent
aee1f258
Pipeline
#1870
failed with stage
in 41 seconds
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
2 deletions
+8
-2
CHANGELOG
CHANGELOG
+6
-1
deploy.sh
deploy.sh
+1
-0
setup.py
setup.py
+1
-1
No files found.
CHANGELOG
View file @
88b06fa3
v0.2.2 - 2018-06-2
* Provide pretty errors when building, rather crashing
* [FIX] Ensure that arguments passed in on the command line are respected
* [FIX] Remove debug line that was printing file extentions to console on build.
v0.2.1 - 2018-04-12
* [FIX] ensure that the tools submodule is deployed with the project
...
...
@@ -5,4 +10,4 @@ v0.2 - 2018-04-12
* add support for data files
v0.1 - 2018-04-12
* Initial public release
\ No newline at end of file
* Initial public release
deploy.sh
View file @
88b06fa3
#! /bin/bash
set
-e
rm
-rf
build/ dist/
python3 setup.py sdist
...
...
setup.py
View file @
88b06fa3
...
...
@@ -15,7 +15,7 @@ with open(path.join(here, 'README.rst'), encoding='utf-8') as f:
setup
(
name
=
'j2static'
,
version
=
'0.2.
1
'
,
version
=
'0.2.
2
'
,
description
=
'static templating engine'
,
long_description
=
long_description
,
author
=
'FOSS Galaxy'
,
...
...
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