ソースを参照

Forgot version bump, sigh.

tags/v0.5
Ben Kurtovic 6年前
コミット
08e5f7e1a5
3個のファイルの変更4行の追加4行の削除
  1. +1
    -1
      appveyor.yml
  2. +1
    -1
      docs/conf.py
  3. +2
    -2
      mwparserfromhell/__init__.py

+ 1
- 1
appveyor.yml ファイルの表示

@@ -1,6 +1,6 @@
# This config file is used by appveyor.com to build Windows release binaries

version: 0.4.4-b{build}
version: 0.5.dev0-b{build}

branches:
only:


+ 1
- 1
docs/conf.py ファイルの表示

@@ -42,7 +42,7 @@ master_doc = 'index'

# General information about the project.
project = u'mwparserfromhell'
copyright = u'2012, 2013, 2014, 2015, 2016 Ben Kurtovic'
copyright = u'2012, 2013, 2014, 2015, 2016, 2017 Ben Kurtovic'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the


+ 2
- 2
mwparserfromhell/__init__.py ファイルの表示

@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
#
# Copyright (C) 2012-2016 Ben Kurtovic <ben.kurtovic@gmail.com>
# Copyright (C) 2012-2017 Ben Kurtovic <ben.kurtovic@gmail.com>
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
@@ -29,7 +29,7 @@ outrageously powerful parser for `MediaWiki <http://mediawiki.org>`_ wikicode.
__author__ = "Ben Kurtovic"
__copyright__ = "Copyright (C) 2012, 2013, 2014, 2015, 2016 Ben Kurtovic"
__license__ = "MIT License"
__version__ = "0.4.4"
__version__ = "0.5.dev0"
__email__ = "ben.kurtovic@gmail.com"

from . import (compat, definitions, nodes, parser, smart_list, string_mixin,


読み込み中…
キャンセル
保存