Skip to content

Commit 124ed2b

Browse files
committedMar 4, 2018
stuff for 0.9.2
1 parent ace691b commit 124ed2b

File tree

3 files changed

+27
-4
lines changed

3 files changed

+27
-4
lines changed
 

‎ablog/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
generate_archive_pages, generate_atom_feeds,
1111
missing_reference)
1212

13-
__version__ = '0.9.1'
13+
__version__ = '0.9.2'
1414

1515
__all__ = ['setup']
1616

‎appveyor.yml

+16-3
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,23 @@ install:
3030
- "powershell ci-helpers/appveyor/install-miniconda.ps1"
3131
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
3232
- "activate test"
33+
- "pip install -e ."
3334

34-
# Not a .NET project, we build SunPy in the install step instead
35+
# Not a .NET project, we build Ablog in the install step instead
3536
build: false
3637

3738
test_script:
38-
- "%CMD_IN_ENV% pip install -e ."
39-
- "%CMD_IN_ENV% make test"
39+
- ps: cd docs
40+
- ablog build -T
41+
- ablog build -b latex -T -d .doctrees -w _latex
42+
- ablog build -T -b json
43+
- ablog build -T -b pickle
44+
# - ps: mkdir test
45+
# - ps: cd test
46+
# - ps: echo "ABlog" ABlog Team" "http://ablog.readthedocs.org" | ablog start
47+
# - ablog build
48+
# - ps: mkdir -p test
49+
# - ps: cd test
50+
# - ps: echo "ablog" "ABlog" "ABlog Team" "http://ablog.readthedocs.org" | ablog start
51+
# - ps: cd ablog
52+
# - ablog build

‎docs/release/ablog-v0.9-released.rst

+10
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,13 @@ ABlog v0.9.1 released
4040
:location: World
4141

4242
Minor update to remove Ablog{}.format(python_number) exes
43+
44+
ABlog v0.9.2 released
45+
=====================
46+
47+
.. post:: March 4, 2018
48+
:author: Nabil
49+
:category: Release
50+
:location: World
51+
52+
Fixed Windows String issue

0 commit comments

Comments
 (0)
Please sign in to comment.