Skip to content

Commit

Permalink
Setting correct version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Jimenez committed Jun 7, 2019
1 parent b097002 commit 91a67f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import logging
import datetime
import argparse
VERSION = '1.3.3'
VERSION = '1.3.22'

# noinspection PyTypeChecker,PyShadowingNames
def child_page_recursive(pages, space_id, parent_page_id, table_prefix, recheck_pages_meet_criteria=False, config_modified=False):
Expand Down

0 comments on commit 91a67f2

Please sign in to comment.