Skip to content

Commit

Permalink
Update dependencies and release 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
trustin committed Feb 19, 2017
1 parent d6f867b commit 44106c0
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ configurations {
dependencies {
compile gradleApi()
compile localGroovy()
compile group: 'kr.motd.maven', name: 'sphinx-maven-plugin', version: '1.5.2.Final'
compile group: 'kr.motd.maven', name: 'sphinx-maven-plugin', version: '1.5.3.Final'

testCompile group: 'junit', name: 'junit', version: '4.12'
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
group=kr.motd.gradle
name=sphinx-gradle-plugin
version=1.0.3.Final-SNAPSHOT
version=1.0.3.Final
4 changes: 2 additions & 2 deletions src/site/sphinx/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
from recommonmark.parser import CommonMarkParser

project = u'sphinx-gradle-plugin'
copyright = u'2016, Trustin Lee et al'
copyright = u'2017, Trustin Lee et al'
version = '1.0'
release = '1.0.2.Final'
release = '1.0.3.Final'

# General options
needs_sphinx = '1.0'
Expand Down
8 changes: 8 additions & 0 deletions src/site/sphinx/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,14 @@ This plugin reuses the ``SphinxRunner`` implementation of ``sphinx-maven-plugin`
`Thomas Dudziak`_. `Bala Sridhar`_ since then upgraded Sphinx to 1.3.1 and added PlantUML and JavaSphinx
support in his fork. I'd like to appreciate their effort that did all the heavy lifting.

1.0.3.Final (19-Feb-2017)
^^^^^^^^^^^^^^^^^^^^^^^^^
- Updated sphinx-maven-plugin to 1.5.3, which includes:

- Sphinx 1.5.2
- sphinx_rtd_theme master (eef98b3)
- PyYAML 3.12

1.0.2.Final (28-Sep-2016)
^^^^^^^^^^^^^^^^^^^^^^^^^
- Fixed a bug where line ending conversion is not performed on CSS files
Expand Down

0 comments on commit 44106c0

Please sign in to comment.