Skip to content

Commit

Permalink
stuff for 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nabobalis committed Mar 4, 2018
1 parent ace691b commit 124ed2b
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ablog/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
generate_archive_pages, generate_atom_feeds,
missing_reference)

__version__ = '0.9.1'
__version__ = '0.9.2'

__all__ = ['setup']

Expand Down
19 changes: 16 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,23 @@ install:
- "powershell ci-helpers/appveyor/install-miniconda.ps1"
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
- "activate test"
- "pip install -e ."

# Not a .NET project, we build SunPy in the install step instead
# Not a .NET project, we build Ablog in the install step instead
build: false

test_script:
- "%CMD_IN_ENV% pip install -e ."
- "%CMD_IN_ENV% make test"
- ps: cd docs
- ablog build -T
- ablog build -b latex -T -d .doctrees -w _latex
- ablog build -T -b json
- ablog build -T -b pickle
# - ps: mkdir test
# - ps: cd test
# - ps: echo "ABlog" ABlog Team" "http://ablog.readthedocs.org" | ablog start
# - ablog build
# - ps: mkdir -p test
# - ps: cd test
# - ps: echo "ablog" "ABlog" "ABlog Team" "http://ablog.readthedocs.org" | ablog start
# - ps: cd ablog
# - ablog build
10 changes: 10 additions & 0 deletions docs/release/ablog-v0.9-released.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,13 @@ ABlog v0.9.1 released
:location: World

Minor update to remove Ablog{}.format(python_number) exes

ABlog v0.9.2 released
=====================

.. post:: March 4, 2018
:author: Nabil
:category: Release
:location: World

Fixed Windows String issue

0 comments on commit 124ed2b

Please sign in to comment.